Adwaita: Update font button styling
authorMatthias Clasen <mclasen@redhat.com>
Fri, 30 Oct 2015 21:17:41 +0000 (17:17 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 30 Oct 2015 21:17:41 +0000 (17:17 -0400)
Use the new element name and style class.

gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index 843adac53c0706dd285174ec13b8afa4b23e135d..0deb0fa1895ac5a516b70adc0552feb90582a48a 100644 (file)
@@ -2519,7 +2519,7 @@ separator {
 
   // Font and File button separators
   GtkFileChooserButton &.vertical,
-  GtkFontButton &.vertical {
+  button.font &.vertical {
     // always disable separators
     -GtkWidget-wide-separators: true;
   }
index e76f06c9b3d8f96e7f4b3689f7e736f98c6f0b96..f7880102d4a9a11447d0255cc6a739a7b7c730d2 100644 (file)
@@ -3553,7 +3553,7 @@ GtkScrolledWindow viewport.frame {
 
 separator {
   color: rgba(0, 0, 0, 0.1); }
-  GtkFileChooserButton separator.vertical, GtkFontButton separator.vertical {
+  GtkFileChooserButton separator.vertical, button.font separator.vertical {
     -GtkWidget-wide-separators: true; }
 
 /*********
index 75049418bd4dbe2869847efa1cc8471bf4c199c3..dabd4f3360daccbaa138296c0918b3da3e801ba9 100644 (file)
@@ -3715,7 +3715,7 @@ GtkScrolledWindow viewport.frame {
 
 separator {
   color: rgba(0, 0, 0, 0.1); }
-  GtkFileChooserButton separator.vertical, GtkFontButton separator.vertical {
+  GtkFileChooserButton separator.vertical, button.font separator.vertical {
     -GtkWidget-wide-separators: true; }
 
 /*********